home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be001.dxr / 00010_New Behavior.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  117 b   |  6 lines

  1. on mouseUp
  2.   set the locH of sprite 12 to random(640)
  3.   set the locV of sprite 12 to random(480)
  4.   updateStage()
  5. end
  6.